Vcenter Network Projects ListResult
Vcenter Network Projects ListResult
The Vcenter Network Projects ListResult schema represents the result of GET /vcenter/network/projects operation.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"projects": [
{
"project": {
"id": "string",
"name": "string",
"external_id": "string"
}
}
]
}
array of
Vcenter Network Projects Info
projects
Required
Info(s) of projects.
This property was added in vSphere API 9.0.0.0.